object frmAbout3K: TfrmAbout3K Left = 632 Top = 296 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'About3K' ClientHeight = 153 ClientWidth = 342 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 342 Height = 153 Align = alClient BevelOuter = bvNone BevelWidth = 2 Caption = 'Panel1' TabOrder = 0 object HelpMemo: TMemo Left = 0 Top = 0 Width = 342 Height = 153 TabStop = False Align = alClient BorderStyle = bsNone Color = clBlue Font.Color = clWhite Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] Lines.Strings = ( '' ' This freeware demo application is from:' '' ' Mike Orriss (3K Computer Consultancy)' '' ' E-mail: mjo@compuserve.com' ' Phone: +44 (0)1785 824053') ParentFont = False ReadOnly = True TabOrder = 0 end end end